Skip to main content

Simulating House Robberies

We have prepared server-side console commands for simulating house robberies. These commands allow you to analyze the drops and to easily tailor the script for your economy.

note

Results obtained from the console commands are based on random simulations and may vary between individuals. Each outcome is determined by a random number generator, introducing an element of chance. As a result, the results you obtain may differ from those of others. It is recommended to run multiple runs to get a more accurate understanding of the expected outcomes. Keep in mind that these outcomes are inherently unpredictable, and the commands are meant for simulation and analysis purposes only.

Random house run

These runs contains random amount of stashes and props looted

Usage: __housesim (interiorType) (amount of runs)

Example:

__housesim low 100
> Average money: 4491; Average time: 01:57; Total money: 449140; Total time: 195:20

Full house run

These runs contains all stashes and props looted

Usage: __housesimfull (interiorType) (amount of runs)

Example:

__housesimfull low 100
Average money: 7159; Average time: 02:38; Total money: 715969; Total time: 263:30
tip

You need to have Config.DevMode set to true. Remeber to set it to false when you're done.